home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="JavaScript">
- <!--
-
- function tastecookie(name) {
- var bigone = document.cookie;
- first= bigone.indexOf(name);
- if(first != -1){
- first+= name.length + 1;
- last = bigone.indexOf(';', first);
- if(last == -1) last = bigone.length;
- value= bigone.substring(first, last);
- } else value = ""
- return value
- }
-
- -->
- </SCRIPT>
-